home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-10027.DIR / 00146.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  150 b   |  11 lines

  1. on exitFrame
  2.   if the timer > 45 then
  3.     go(the frame + 1)
  4.   end if
  5.   go(the frame)
  6.   cursor()
  7.   if soundBusy(1) = 0 then
  8.     go(#next)
  9.   end if
  10. end
  11.